home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / disk / misc / IoJaz2Gb.lha / JAZPC < prev   
Encoding:
Text File  |  2002-01-14  |  619 b   |  31 lines

  1. /* $VER: JAZPC 1.0 (12.01.02)
  2.  * 
  3.  * This file enables CrossDOS (PC FAT16) on a 2Gb Jaz drive.
  4.  * 
  5.  * You can use 1Gb and 2Gb Disks, no need for separate mountlists!
  6.  */
  7.  
  8.   Surfaces = 1
  9.   BlocksPerTrack = 1
  10.   Lowcyl = 0
  11.   Highcyl = 2091049
  12.   BufMemType = 1
  13.   Blocksize = 512
  14.   Flags = 0x00000000
  15.   Maxtransfer = 0x7FFFFFFF
  16.   Mask = 0x00FFFFFE
  17.   Reserved = 4
  18.   Filesystem = L:CrossDOSFileSystem
  19.   Stacksize = 2000
  20.   Priority = 5
  21.   Bootpri = -20
  22.   Globvec = -1
  23.   Buffers = 250
  24.   Dostype = 0x4d534400
  25.  
  26. /* The Device and Unit fields are controlled by tooltypes in the JAZPC icon.
  27.  *
  28.  * Device = scsi.device
  29.  * Unit = 5
  30.  */
  31.